PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFX509Certificate Class / getCertificateChain Method
In This Topic
    getCertificateChain Method
    In This Topic
    Gets the certificate chanin.
    Syntax
    public java.util.ArrayList<PDFX509Certificate> getCertificateChain()

    Return Value

    The chain of parent certificates.
    See Also